Appearance
KBE3D / KBCore / Cesium / QuadraticRealPolynomial
QuadraticRealPolynomial
Defines functions for 2nd order polynomial functions of one variable with only real coefficients.
函数
| 函数 | 描述 |
|---|---|
| computeDiscriminant | Provides the discriminant of the quadratic equation from the supplied coefficients. |
| computeRealRoots | Provides the real valued roots of the quadratic polynomial with the provided coefficients. |
